tools/ocaml: remove uint32 use
authorM A Young <m.a.young@durham.ac.uk>
Sun, 7 Sep 2014 19:10:33 +0000 (20:10 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 8 Sep 2014 09:59:59 +0000 (10:59 +0100)
commitddfb12eed686148fc50bbf58e992dc2d2c627b22
tree036a4db937fc92cea5cb35654a23a2edac241d47
parent46a36938a9a798a7a581b4d76ae09121e7be49ef
tools/ocaml: remove uint32 use

OCaml is replacing its own uint32 type with the ISO C99 uint32_t type
in 4.03.0+dev. Ths patch replaces the remaining uses of uint32 with
uint32_t in the ocaml C code for xen.

Signed-off-by: Michael Young <m.a.young@durham.ac.uk>
Acked-by: David Scott <dave.scott@citrix.com>
tools/ocaml/libs/xb/xs_ring_stubs.c